xentrace: fix bug in t_info size
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 10 May 2010 08:22:52 +0000 (09:22 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 10 May 2010 08:22:52 +0000 (09:22 +0100)
commit268d40f9b898c545fbb27a5116ac8add34dde9e8
tree92fe6d9e7599738a4245e4071e4bfd926e17c576
parentdd41a2dae2691026bc739bf1673f62f228b4049b
xentrace: fix bug in t_info size

t_info size should be in bytes, not pages.  This fixes a bug
that crashes the hypervisor if the total number of all pages
is more than 1024 but less than 2048.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
xen/common/trace.c